home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-bridge-sr-objects-02.txt < prev    next >
Text File  |  1993-07-08  |  44KB  |  1,473 lines

  1.  
  2.  
  3.  
  4.  
  5.                         Definitions of Managed Objects for
  6.                               Source Routing Bridges
  7.  
  8.  
  9.                           Mon June 21 14:45:25 EST 1993
  10.  
  11.  
  12.                        Draft Expiration Date: December 1993
  13.  
  14.  
  15.                                   Eric B. Decker
  16.                                cisco Systems, Inc.
  17.                                   cire@cisco.com
  18.  
  19.  
  20.                                  Keith McCloghrie
  21.                              Hughes LAN Systems, Inc.
  22.                                    kzm@hls.com
  23.  
  24.  
  25.                         Paul Langille & Anil Rijsinghani
  26.                           Digital Equipment Corporation
  27.                              anil@levers.enet.dec.com
  28.                            langille@edwin.enet.dec.com
  29.  
  30.  
  31.                                Status of this Memo
  32.  
  33.           This document is an Internet Draft.  Internet Drafts are
  34.           working documents of the Internet Engineering Task Force
  35.           (IETF), its Areas, and its Working Groups.  Note that other
  36.           groups may also distribute working documents as Internet
  37.           Drafts.
  38.  
  39.           Internet Drafts are valid for a maximum of six months and may
  40.           be updated, replaced, or obsoleted by other documents at any
  41.           time.  It is inappropriate to use Internet Drafts as reference
  42.           material or to cite them other than as a "work in progress".
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.           Internet Draft    Source Routing Bridge MIB          June 1993
  62.  
  63.  
  64.           1.  Introduction
  65.  
  66.           This memo defines an experimental portion of the Management
  67.           Information Base (MIB) for use with network management
  68.           protocols in TCP/IP based internets.  In particular it defines
  69.           objects for managing source routing bridges.
  70.  
  71.           The MIB was originally published in RFC 1286 section 4.1.3 as
  72.           "The dot1dSr Group." IEEE 802.5 revised its addendum to RFC
  73.           802.1(d) several times since the original MIB was published,
  74.           and in the process also changed its MIB.  For procedural
  75.           reasons, the group was split apart from the main MIB, allowing
  76.           the major portion of the Bridge MIB to advance in the
  77.           standards process largely unchanged, while the Source Routing
  78.           Group iterated at the Proposed Standard step.  Implementors
  79.           are advised to consider the two documents together.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.           Decker/McCloghrie/Langille/Rijsinghani                [Page 2]
  115.  
  116.  
  117.  
  118.  
  119.  
  120.           Internet Draft    Source Routing Bridge MIB          June 1993
  121.  
  122.  
  123.           2.  The Network Management Framework
  124.  
  125.           The Internet-standard Network Management Framework consists of
  126.           three components.  They are:
  127.  
  128.           o    RFC 1155 which defines the SMI, the mechanisms used for
  129.                describing and naming objects for the purpose of
  130.                management.  RFC 1212 defines a more concise description
  131.                mechanism, which is wholly consistent with the SMI.
  132.  
  133.           o    RFC 1213 defines MIB-II, the core set of managed objects
  134.                for the Internet suite of protocols.
  135.  
  136.           o    RFC 1157 which defines the SNMP, the protocol used for
  137.                network access to managed objects.
  138.  
  139.           The Framework permits new objects to be defined for the
  140.           purpose of experimentation and evaluation.
  141.  
  142.  
  143.           2.1.  Object Definitions
  144.  
  145.           Managed objects are accessed via a virtual information store,
  146.           termed the Management Information Base or MIB.  Objects in the
  147.           MIB are defined using the subset of Abstract Syntax Notation
  148.           One (ASN.1) defined in the SMI.  In particular, each object
  149.           object type is named by an OBJECT IDENTIFIER, an
  150.           administratively assigned name.  The object type together with
  151.           an object instance serves to uniquely identify a specific
  152.           instantiation of the object.  For human convenience, we often
  153.           use a textual string, termed the descriptor, to refer to the
  154.           object type.
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.           Decker/McCloghrie/Langille/Rijsinghani                [Page 3]
  174.  
  175.  
  176.  
  177.  
  178.  
  179.           Internet Draft    Source Routing Bridge MIB          June 1993
  180.  
  181.  
  182.           3.  Overview
  183.  
  184.           A common device present in many networks is the Bridge.  This
  185.           device is used to connect Local Area Network segments below
  186.           the network layer.  There are two major modes defined for this
  187.           bridging; transparent and source route.  The transparent
  188.           method of bridging is defined in the IEEE 802.1d MAC Bridge
  189.           specification [11].  Source route bridging has been defined by
  190.           I.B.M. and is described in the Token Ring Architecture
  191.           Reference[12], as well as the IEEE 802.5M SRT Bridge
  192.           Operations Addendum [14] to 802.1d.  This memo defines objects
  193.           needed for management of a source routing bridge, and is an
  194.           extension to the SNMP Bridge MIB [7].
  195.  
  196.           To be consistent with IAB directives and good engineering
  197.           practice, an explicit attempt was made to keep this MIB as
  198.           simple as possible.  This was accomplished by applying the
  199.           following criteria to objects proposed for inclusion:
  200.  
  201.           (1)  Start with a small set of essential objects and add only
  202.                as further objects are needed.
  203.  
  204.           (2)  Require objects be essential for either fault or
  205.                configuration management.
  206.  
  207.           (3)  Consider evidence of current use and/or utility.
  208.  
  209.           (4)  Limit the total of objects.
  210.  
  211.           (5)  Exclude objects which are simply derivable from others in
  212.                this or other MIBs.
  213.  
  214.           (6)  Avoid causing critical sections to be heavily
  215.                instrumented.  The guideline that was followed is one
  216.                counter per critical section per layer.
  217.  
  218.  
  219.           3.1.  Structure of MIB
  220.  
  221.           Objects in this MIB are arranged into groups.  Each group is
  222.           organized as a set of related objects.  The overall structure
  223.           and assignment of objects to their groups is shown below.
  224.           Where appropriate the corresponding IEEE 802.1d[11] and IEEE
  225.           802.5M [14] management object name is also included.
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.           Decker/McCloghrie/Langille/Rijsinghani                [Page 4]
  233.  
  234.  
  235.  
  236.  
  237.  
  238.           Internet Draft    Source Routing Bridge MIB          June 1993
  239.  
  240.  
  241.           SR Bridge MIB Name              IEEE Name
  242.  
  243.             dot1dSr
  244.               PortTable
  245.                 Port
  246.                 HopCount                    SourceRoutingPort
  247.                                               .PortHopCount
  248.                 LocalSegment                  .SegmentNumber
  249.                 BridgeNum                     .BridgeNumber
  250.                 TargetSegment
  251.                 LargestFrame                  .LargestFrameSize
  252.                 STESpanMode                   .LimitedBroadcastMode
  253.                 SpecInFrames                BridgePort
  254.                                               .ValidSRFramesReceived
  255.                 SpecOutFrames                 .ValidSRForwardedOutbound
  256.                 ApeInFrames
  257.                 ApeOutFrames                  .BroadcastFramesForwarded
  258.                 SteInFrames
  259.                 SteOutFrames                  .BroadcastFramesForwarded
  260.                 SegmentMismatchDiscards       .DiscardInvalidRI
  261.                 DuplicateSegmentDiscards      .LanIdMismatch
  262.                 HopCountExceededDiscards      .FramesDiscardedHopCountExceeded
  263.  
  264.  
  265.           The following IEEE management objects have not been included
  266.           in the SR Bridge MIB for the indicated reasons.
  267.  
  268.  
  269.           IEEE Object                     Disposition
  270.  
  271.           SourceRoutingPort
  272.                                           The following objects were NOT
  273.                                           included in this MIB because they are
  274.                                           redundant or not considered  useful.
  275.               .LimitedBroadcastEnable
  276.               .DiscardLackOfBuffers
  277.               .DiscardErrorDetails
  278.               .DiscardTargetLANInoperable
  279.               .ValidSRDiscardedInbound
  280.               .BroadcastBytesForwarded
  281.               .NonBroadcastBytesForwarded
  282.               .FramesNotReceivedDueToCongestion
  283.               .FramesDiscardedDueToInternalError
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.           Decker/McCloghrie/Langille/Rijsinghani                [Page 5]
  292.  
  293.  
  294.  
  295.  
  296.  
  297.           Internet Draft    Source Routing Bridge MIB          June 1993
  298.  
  299.  
  300.           3.1.1.  The dot1dSr Group
  301.  
  302.           This group contains the objects that describe the entity's
  303.           state with respect to source route bridging.  If source
  304.           routing is not supported this group will not be implemented.
  305.           This group is applicable to source route only, and SRT
  306.           bridges.
  307.  
  308.           3.1.2.  The dot1dPortPair Group
  309.  
  310.           Implementation of this group is optional.  This group is
  311.           implemented by those bridges that support the port-pair
  312.           multiport model of the source route bridging mode as defined
  313.           in the IEEE 802.5M SRT Addendum to 802.1d.
  314.  
  315.           3.2.  Relationship to Other MIBs
  316.  
  317.           As described above, some IEEE 802.1d management objects have
  318.           not been included in this MIB because they overlap with
  319.           objects in other MIBs applicable to a bridge implementing this
  320.           MIB.  In particular, it is assumed that a bridge implementing
  321.           this MIB will also implement (at least) the Bridge MIB and the
  322.           'system' group and the 'interfaces' group defined in MIB-II
  323.           [6].
  324.  
  325.           3.2.1.  Relationship to the Bridge MIB
  326.  
  327.           The Bridge MIB [7] must be implemented by all bridges,
  328.           including transparent, SR and SRT bridges.  The SR bridge MIB
  329.           is an extension to the Bridge MIB.
  330.  
  331.  
  332.           3.2.2.  Relationship to the 'system' group
  333.  
  334.           In MIB-II, the 'system' group is defined as being mandatory
  335.           for all systems such that each managed entity contains one
  336.           instance of each object in the 'system' group.  Thus, those
  337.           objects apply to the entity as a whole irrespective of whether
  338.           the entity's sole functionality is bridging, or whether
  339.           bridging is only a subset of the entity's functionality.
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.           Decker/McCloghrie/Langille/Rijsinghani                [Page 6]
  351.  
  352.  
  353.  
  354.  
  355.  
  356.           Internet Draft    Source Routing Bridge MIB          June 1993
  357.  
  358.  
  359.           3.2.3.  Relationship to the 'interfaces' group
  360.  
  361.           In MIB-II, the 'interfaces' group is defined as being
  362.           mandatory for all systems and contains information on an
  363.           entity's interfaces, where each interface is thought of as
  364.           being attached to a `subnetwork'.  (Note that this term is not
  365.           to be confused with `subnet' which refers to an addressing
  366.           partitioning scheme used in the Internet suite of protocols.)
  367.           The term 'segment' is used in this memo to refer to such a
  368.           subnetwork.
  369.  
  370.           Implicit in this MIB is the notion of ports on a bridge.  Each
  371.           of these ports is associated with one interface of the
  372.           'interfaces' group, and in most situations, each port is
  373.           associated with a different interface. However, there are
  374.           situations in which multiple ports are associated with the
  375.           same interface.  An example of such a situation would be
  376.           several ports each corresponding one-to-one with several X.25
  377.           virtual circuits but all on the same interface.
  378.  
  379.           Each port is uniquely identified by a port number.  A port
  380.           number has no mandatory relationship to an interface number,
  381.           but in the simple case a port number will have the same value
  382.           as the corresponding interface's interface number.
  383.  
  384.           Some entities perform other functionality as well as bridging
  385.           through the sending and receiving of data on their interfaces.
  386.           In such situations, only a subset of the data sent/received on
  387.           an interface is within the domain of the entity's bridging
  388.           functionality.  This subset is considered to be delineated
  389.           according to a set of protocols, with some protocols being
  390.           bridged, and other protocols not being bridged. For example,
  391.           in an entity which exclusively performed bridging, all
  392.           protocols would be considered as being bridged, whereas in an
  393.           entity which performed IP routing on IP datagrams and only
  394.           bridged other protocols, only the non-IP data would be
  395.           considered as being bridged.
  396.  
  397.           Thus, this MIB (and in particular, its counters) are
  398.           applicable only to that subset of the data on an entity's
  399.           interfaces which is sent/received for a protocol being
  400.           bridged.  All such data is sent/received via the ports of the
  401.           bridge.
  402.  
  403.  
  404.  
  405.  
  406.  
  407.  
  408.  
  409.           Decker/McCloghrie/Langille/Rijsinghani                [Page 7]
  410.  
  411.  
  412.  
  413.  
  414.  
  415.           Internet Draft    Source Routing Bridge MIB          June 1993
  416.  
  417.  
  418.           4.  Changes from RFC 1286
  419.  
  420.           In addition to being separated from the Bridge MIB into a
  421.           separate document, the following changes were implemented as a
  422.           result of feedback from IEEE 802.5M:
  423.  
  424.           (1)  Changed syntax of dot1dSrPortLargestFrame to INTEGER in
  425.                order to allow for having 64 possible values as described
  426.                in draft 7 of the SR Addendum.  Listed all legal values
  427.                in description.
  428.  
  429.           (2)  Updated syntax of dot1dSrPort, used to index into
  430.                dot1dSrPortTable, to use the range (1..65535).
  431.  
  432.           (3)  Added a counter to dot1dSrPortTable to count occurences
  433.                of duplicate LAN IDs or Tree errors.
  434.  
  435.           (4)  Added a counter to dot1dSrPortTable to count LAN ID
  436.                mismatches.
  437.  
  438.           (5)  Added text to dot1dSrPortSpecInFrames and
  439.                dot1dSrPortSpecOutFrames clarifying that they are also
  440.                referred to as Source Routed Frames.
  441.  
  442.           (6)  Added text to dot1dSrPortApeInFrames and
  443.                dot1dSrPortApeOutFrames clarifying that they are also
  444.                referred to as All Routes Explorer frames.
  445.  
  446.           (7)  Added a scalar variable to the dot1dSr group to indicate
  447.                whether the bridge uses 3 bit or 6 bit length ngotiation
  448.                fields.
  449.  
  450.           (8)  Added dot1dPortPairGroup to allow representation of port
  451.                pairs as defined in the IEEE 802.5M SRT Addendum.
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467.  
  468.           Decker/McCloghrie/Langille/Rijsinghani                [Page 8]
  469.  
  470.  
  471.  
  472.  
  473.  
  474.           Internet Draft    Source Routing Bridge MIB          June 1993
  475.  
  476.  
  477.           5.  Definitions
  478.  
  479.  
  480.           RFCxxxx-MIB DEFINITIONS ::= BEGIN
  481.  
  482.           IMPORTS
  483.                   Counter, Gauge
  484.                           FROM RFC1155-SMI
  485.                   dot1dBridge, dot1dSr
  486.                           FROM RFCBRIDGE-MIB -- to be replaced by DS
  487.                                              -- ver. of Bridge MIB RFC
  488.                   OBJECT-TYPE
  489.                           FROM RFC-1212;
  490.  
  491.  
  492.  
  493.           -- groups in the SR MIB
  494.  
  495.           -- dot1dSr is imported from the Bridge MIB
  496.  
  497.           dot1dPortPair   OBJECT IDENTIFIER ::= { dot1dBridge 10 }
  498.                                              -- use 10, to be safe
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.  
  527.           Decker/McCloghrie/Langille/Rijsinghani                [Page 9]
  528.  
  529.  
  530.  
  531.  
  532.  
  533.           Internet Draft    Source Routing Bridge MIB          June 1993
  534.  
  535.  
  536.           -- the dot1dSr group
  537.  
  538.           -- this group is implemented by those bridges that
  539.           -- support the source route bridging mode, including Source
  540.           -- Routing and SRT bridges.
  541.  
  542.  
  543.           dot1dSrPortTable OBJECT-TYPE
  544.               SYNTAX  SEQUENCE OF Dot1dSrPortEntry
  545.               ACCESS  not-accessible
  546.               STATUS  mandatory
  547.               DESCRIPTION
  548.                       "A table that contains information about every
  549.                       port that is associated with this source route
  550.                       bridge."
  551.               ::= { dot1dSr 1 }
  552.  
  553.           dot1dSrPortEntry OBJECT-TYPE
  554.               SYNTAX  Dot1dSrPortEntry
  555.               ACCESS  not-accessible
  556.               STATUS  mandatory
  557.               DESCRIPTION
  558.                       "A list of information for each port of a source
  559.                       route bridge."
  560.               INDEX   { dot1dSrPort }
  561.               ::= { dot1dSrPortTable 1 }
  562.  
  563.           Dot1dSrPortEntry ::=
  564.               SEQUENCE {
  565.                   dot1dSrPort
  566.                       INTEGER,
  567.                   dot1dSrPortHopCount
  568.                       INTEGER,
  569.                   dot1dSrPortLocalSegment
  570.                       INTEGER,
  571.                   dot1dSrPortBridgeNum
  572.                       INTEGER,
  573.                   dot1dSrPortTargetSegment
  574.                       INTEGER,
  575.                   dot1dSrPortLargestFrame
  576.                       INTEGER,
  577.                   dot1dSrPortSTESpanMode
  578.                       INTEGER,
  579.                   dot1dSrPortSpecInFrames
  580.                       Counter,
  581.  
  582.  
  583.  
  584.  
  585.  
  586.           Decker/McCloghrie/Langille/Rijsinghani               [Page 10]
  587.  
  588.  
  589.  
  590.  
  591.  
  592.           Internet Draft    Source Routing Bridge MIB          June 1993
  593.  
  594.  
  595.                   dot1dSrPortSpecOutFrames
  596.                       Counter,
  597.                   dot1dSrPortApeInFrames
  598.                       Counter,
  599.                   dot1dSrPortApeOutFrames
  600.                       Counter,
  601.                   dot1dSrPortSteInFrames
  602.                       Counter,
  603.                   dot1dSrPortSteOutFrames
  604.                       Counter,
  605.                   dot1dSrPortSegmentMismatchDiscards
  606.                       Counter,
  607.                   dot1dSrPortDuplicateSegmentDiscards
  608.                       Counter,
  609.                   dot1dSrPortHopCountExceededDiscards
  610.                       Counter,
  611.                   dot1dSrPortDupLanIdOrTreeErrors
  612.                       Counter,
  613.                   dot1dSrPortLanIdMismatches
  614.                       Counter
  615.               }
  616.  
  617.           dot1dSrPort OBJECT-TYPE
  618.               SYNTAX  INTEGER (1..65535)
  619.               ACCESS  read-only
  620.               STATUS  mandatory
  621.               DESCRIPTION
  622.                       "The port number of the port for which this entry
  623.                       contains Source Route management information."
  624.               ::= { dot1dSrPortEntry 1 }
  625.  
  626.           dot1dSrPortHopCount OBJECT-TYPE
  627.               SYNTAX  INTEGER
  628.               ACCESS  read-write
  629.               STATUS  mandatory
  630.               DESCRIPTION
  631.                       "The maximum number of routing descriptors allowed
  632.                       in an All Paths or Spanning Tree Explorer frames."
  633.               ::= { dot1dSrPortEntry 2 }
  634.  
  635.           dot1dSrPortLocalSegment OBJECT-TYPE
  636.               SYNTAX  INTEGER
  637.               ACCESS  read-write
  638.               STATUS  mandatory
  639.               DESCRIPTION
  640.  
  641.  
  642.  
  643.  
  644.  
  645.           Decker/McCloghrie/Langille/Rijsinghani               [Page 11]
  646.  
  647.  
  648.  
  649.  
  650.  
  651.           Internet Draft    Source Routing Bridge MIB          June 1993
  652.  
  653.  
  654.                       "The segment number that uniquely identifies the
  655.                       segment to which this port is connected. Current
  656.                       source routing protocols limit this value to the
  657.                       range: 0 through 4095. (The value 0 is used by
  658.                       some management applications for special test
  659.                       cases.) A value of 65535 signifies that no segment
  660.                       number is assigned to this port."
  661.               ::= { dot1dSrPortEntry 3 }
  662.  
  663.           dot1dSrPortBridgeNum OBJECT-TYPE
  664.               SYNTAX  INTEGER
  665.               ACCESS  read-write
  666.               STATUS  mandatory
  667.               DESCRIPTION
  668.                       "A bridge number uniquely identifies a bridge when
  669.                       more than one bridge is used to span the same two
  670.                       segments.  Current source routing protocols limit
  671.                       this value to the range: 0 through 15. A value of
  672.                       65535 signifies that no bridge number is assigned
  673.                       to this bridge."
  674.               ::= { dot1dSrPortEntry 4 }
  675.  
  676.           dot1dSrPortTargetSegment OBJECT-TYPE
  677.               SYNTAX  INTEGER
  678.               ACCESS  read-write
  679.               STATUS  mandatory
  680.               DESCRIPTION
  681.                       "The segment number that corresponds to the target
  682.                       segment this port is considered to be connected to
  683.                       by the bridge.  Current source routing protocols
  684.                       limit this value to the range: 0 through 4095.
  685.                       (The value 0 is used by some management
  686.                       applications for special test cases.) A value of
  687.                       65535 signifies that no target segment is assigned
  688.                       to this port."
  689.               ::= { dot1dSrPortEntry 5 }
  690.  
  691.           -- It would be nice if we could use ifMtu as the size of the
  692.           -- largest frame, but we can't because ifMtu is defined to be
  693.           -- the size that the (inter-)network layer can use which can
  694.           -- differ from the MAC layer (especially if several layers of
  695.           -- encapsulation are used).
  696.  
  697.           dot1dSrPortLargestFrame OBJECT-TYPE
  698.               SYNTAX  INTEGER
  699.  
  700.  
  701.  
  702.  
  703.  
  704.           Decker/McCloghrie/Langille/Rijsinghani               [Page 12]
  705.  
  706.  
  707.  
  708.  
  709.  
  710.           Internet Draft    Source Routing Bridge MIB          June 1993
  711.  
  712.  
  713.               ACCESS  read-write
  714.               STATUS  mandatory
  715.               DESCRIPTION
  716.                       "The maximum size of the INFO field (LLC and
  717.                       above) that this port can send/receive.  It does
  718.                       not include any MAC level (framing) octets.  The
  719.                       value of this object is used by this bridge to
  720.                       determine whether a modification of the
  721.                       LargestFrame (LF, see [14]) field of the Routing
  722.                       Control field of the Routing Information Field is
  723.                       necessary.
  724.  
  725.                       64 valid values are defined by the IEEE 802.5M SRT
  726.                       Addendum: 516, 635, 754, 873, 993, 1112, 1231,
  727.                       1350, 1470, 1542, 1615, 1688, 1761, 1833, 1906,
  728.                       1979, 2052, 2345, 2638, 2932, 3225, 3518, 3812,
  729.                       4105, 4399, 4865, 5331, 5798, 6264, 6730, 7197,
  730.                       7663, 8130, 8539, 8949, 9358, 9768, 10178, 10587,
  731.                       10997, 11407, 12199, 12992, 13785, 14578, 15370,
  732.                       16163, 16956, 17749, 20730, 23711, 26693, 29674,
  733.                       32655, 35637, 38618, 41600, 44591, 47583, 50575,
  734.                       53567, 56559, 59551, and 65535.
  735.  
  736.                       Behavior of the port when an illegal value is
  737.                       written is implementation specific.  It is
  738.                       recommended that a reasonable legal value be
  739.                       chosen."
  740.               ::= { dot1dSrPortEntry 6 }
  741.  
  742.           dot1dSrPortSTESpanMode OBJECT-TYPE
  743.               SYNTAX  INTEGER {
  744.                           auto-span(1),
  745.                           disabled(2),
  746.                           forced(3)
  747.                       }
  748.               ACCESS  read-write
  749.               STATUS  mandatory
  750.               DESCRIPTION
  751.                       "Determines how this port behaves when presented
  752.                       with a Spanning Tree Explorer frame.  The value
  753.                       'disabled(2)' indicates that the port will not
  754.                       accept or send Spanning Tree Explorer packets; any
  755.                       STE packets received will be silently discarded.
  756.                       The value 'forced(3)' indicates the port will
  757.                       always accept and propagate Spanning Tree Explorer
  758.  
  759.  
  760.  
  761.  
  762.  
  763.           Decker/McCloghrie/Langille/Rijsinghani               [Page 13]
  764.  
  765.  
  766.  
  767.  
  768.  
  769.           Internet Draft    Source Routing Bridge MIB          June 1993
  770.  
  771.  
  772.                       frames.  This allows a manually configured
  773.                       Spanning Tree for this class of packet to be
  774.                       configured.  Note that unlike transparent bridging
  775.                       this is not catastrophic to the network if there
  776.                       are loops.  The value 'auto-span(1)' can only be
  777.                       returned by a bridge that both implements the
  778.                       Spanning Tree Protocol and has use of the protocol
  779.                       enabled on this port. The behavior of the port for
  780.                       Spanning Tree Explorer frames is determined by the
  781.                       state of dot1dStpPortState.  If the port is in the
  782.                       'forwarding' state, the frame will be accepted or
  783.                       propagated.  Otherwise it will be silently
  784.                       discarded."
  785.               ::= { dot1dSrPortEntry 7 }
  786.  
  787.           dot1dSrPortSpecInFrames OBJECT-TYPE
  788.               SYNTAX  Counter
  789.               ACCESS  read-only
  790.               STATUS  mandatory
  791.               DESCRIPTION
  792.                       "The number of Specifically Routed frames, also
  793.                       referred to as Source Routed Frames, that have
  794.                       been received from this port's segment."
  795.               ::= { dot1dSrPortEntry 8 }
  796.  
  797.           dot1dSrPortSpecOutFrames OBJECT-TYPE
  798.               SYNTAX  Counter
  799.               ACCESS  read-only
  800.               STATUS  mandatory
  801.               DESCRIPTION
  802.                       "The number of Specifically Routed frames, also
  803.                       referred to as Source Routed Frames, that this
  804.                       port has transmitted on its segment."
  805.               ::= { dot1dSrPortEntry 9 }
  806.  
  807.           dot1dSrPortApeInFrames OBJECT-TYPE
  808.               SYNTAX  Counter
  809.               ACCESS  read-only
  810.               STATUS  mandatory
  811.               DESCRIPTION
  812.                       "The number of All Paths Explorer frames, also
  813.                       referred to as All Routes Explorer frames, that
  814.                       have been received by this port from its segment."
  815.               ::= { dot1dSrPortEntry 10 }
  816.  
  817.  
  818.  
  819.  
  820.  
  821.  
  822.           Decker/McCloghrie/Langille/Rijsinghani               [Page 14]
  823.  
  824.  
  825.  
  826.  
  827.  
  828.           Internet Draft    Source Routing Bridge MIB          June 1993
  829.  
  830.  
  831.           dot1dSrPortApeOutFrames OBJECT-TYPE
  832.               SYNTAX  Counter
  833.               ACCESS  read-only
  834.               STATUS  mandatory
  835.               DESCRIPTION
  836.                       "The number of all Paths Explorer Frames, also
  837.                       referred to as All Routes Explorer frames, that
  838.                       have been transmitted by this port on its
  839.                       segment."
  840.               ::= { dot1dSrPortEntry 11 }
  841.  
  842.           dot1dSrPortSteInFrames OBJECT-TYPE
  843.               SYNTAX  Counter
  844.               ACCESS  read-only
  845.               STATUS  mandatory
  846.               DESCRIPTION
  847.                       "The number of spanning tree explorer frames that
  848.                       have been received by this port from its segment."
  849.               ::= { dot1dSrPortEntry 12 }
  850.  
  851.           dot1dSrPortSteOutFrames OBJECT-TYPE
  852.               SYNTAX  Counter
  853.               ACCESS  read-only
  854.               STATUS  mandatory
  855.               DESCRIPTION
  856.                       "The number of spanning tree explorer frames that
  857.                       have been transmitted by this port on its
  858.                       segment."
  859.               ::= { dot1dSrPortEntry 13 }
  860.  
  861.           dot1dSrPortSegmentMismatchDiscards OBJECT-TYPE
  862.               SYNTAX  Counter
  863.               ACCESS  read-only
  864.               STATUS  mandatory
  865.               DESCRIPTION
  866.                       "The number of explorer frames that have been
  867.                       discarded by this port because the routing
  868.                       descriptor field contained an invalid adjacent
  869.                       segment value."
  870.               ::= { dot1dSrPortEntry 14 }
  871.  
  872.           dot1dSrPortDuplicateSegmentDiscards OBJECT-TYPE
  873.               SYNTAX  Counter
  874.               ACCESS  read-only
  875.               STATUS  mandatory
  876.  
  877.  
  878.  
  879.  
  880.  
  881.           Decker/McCloghrie/Langille/Rijsinghani               [Page 15]
  882.  
  883.  
  884.  
  885.  
  886.  
  887.           Internet Draft    Source Routing Bridge MIB          June 1993
  888.  
  889.  
  890.               DESCRIPTION
  891.                       "The number of frames that have been discarded by
  892.                       this port because the routing descriptor field
  893.                       contained a duplicate segment identifier."
  894.               ::= { dot1dSrPortEntry 15 }
  895.  
  896.           dot1dSrPortHopCountExceededDiscards OBJECT-TYPE
  897.               SYNTAX  Counter
  898.               ACCESS  read-only
  899.               STATUS  mandatory
  900.               DESCRIPTION
  901.                       "The number of explorer frames that have been
  902.                       discarded by this port because the Routing
  903.                       Information Field has exceeded the maximum route
  904.                       descriptor length."
  905.               ::= { dot1dSrPortEntry 16 }
  906.  
  907.           dot1dSrPortDupLanIdOrTreeErrors OBJECT-TYPE
  908.               SYNTAX  Counter
  909.               ACCESS  read-only
  910.               STATUS  mandatory
  911.               DESCRIPTION
  912.                       "The number of duplicate LAN IDs or Tree errors.
  913.                       This helps in detection of problems in networks
  914.                       containing older IBM Source Routing Bridges."
  915.               ::= { dot1dSrPortEntry 17 }
  916.  
  917.           dot1dSrPortLanIdMismatches OBJECT-TYPE
  918.               SYNTAX  Counter
  919.               ACCESS  read-only
  920.               STATUS  mandatory
  921.               DESCRIPTION
  922.                       "The number of ARE and STE frames that were
  923.                       discarded because the last LAN ID in the routing
  924.                       information field did not equal the LAN-in ID.
  925.                       This error can occur in implementations which do
  926.                       only a LAN-in ID and Bridge Number check instead
  927.                       of a LAN-in ID, Bridge Number, and LAN-out ID
  928.                       check before they forward broadcast frames."
  929.               ::= { dot1dSrPortEntry 18 }
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.           Decker/McCloghrie/Langille/Rijsinghani               [Page 16]
  941.  
  942.  
  943.  
  944.  
  945.  
  946.           Internet Draft    Source Routing Bridge MIB          June 1993
  947.  
  948.  
  949.           -- scalar object in dot1dSr
  950.  
  951.           dot1dSrBridgeLfMode OBJECT-TYPE
  952.               SYNTAX  INTEGER {
  953.                           mode3(1),
  954.                           mode6(2)
  955.                       }
  956.               ACCESS  read-write
  957.               STATUS  mandatory
  958.               DESCRIPTION
  959.                       "Indicates whether the bridge operates using older
  960.                       3 bit length negotiation fields or the newer 6 bit
  961.                       length field in its RIF."
  962.               ::= { dot1dSr 2 }
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970.  
  971.  
  972.  
  973.  
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982.  
  983.  
  984.  
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.           Decker/McCloghrie/Langille/Rijsinghani               [Page 17]
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.           Internet Draft    Source Routing Bridge MIB          June 1993
  1006.  
  1007.  
  1008.           -- The Port-Pair Database
  1009.  
  1010.           -- Implementation of this group is optional.
  1011.  
  1012.           -- This group is implemented by those bridges that support the
  1013.           -- direct multiport model of the source route bridging mode as
  1014.           -- defined in the IEEE 802.5 SRT Addendum to 802.1d.
  1015.  
  1016.           -- Bridges implementing this group may report 65535 for
  1017.           -- dot1dSrPortBridgeNumber and dot1dSrPortTargetSegment, indicating
  1018.           -- that those objects are not applicable.
  1019.  
  1020.           dot1dPortPairTableSize OBJECT-TYPE
  1021.               SYNTAX  Gauge
  1022.               ACCESS  read-only
  1023.               STATUS  mandatory
  1024.               DESCRIPTION
  1025.                       "The total number of entries in the Bridge Port
  1026.                       Pair Database."
  1027.               ::= { dot1dPortPair 1 }
  1028.  
  1029.  
  1030.           -- the Bridge Port-Pair table
  1031.  
  1032.           -- this table represents port pairs within a bridge forming
  1033.           -- a unique bridge path, as defined in the IEEE 802.5M SRT
  1034.           -- Addendum.
  1035.  
  1036.           dot1dPortPairTable OBJECT-TYPE
  1037.               SYNTAX  SEQUENCE OF Dot1dPortPairEntry
  1038.               ACCESS  not-accessible
  1039.               STATUS  mandatory
  1040.               DESCRIPTION
  1041.                       "A table that contains information about every
  1042.                       port pair database entity associated with this
  1043.                       source routing bridge."
  1044.               ::= { dot1dPortPair 2 }
  1045.  
  1046.           dot1dPortPairEntry OBJECT-TYPE
  1047.               SYNTAX  Dot1dPortPairEntry
  1048.               ACCESS  not-accessible
  1049.               STATUS  mandatory
  1050.               DESCRIPTION
  1051.                       "A list of information for each port pair entity
  1052.                       of a bridge."
  1053.  
  1054.  
  1055.  
  1056.  
  1057.  
  1058.           Decker/McCloghrie/Langille/Rijsinghani               [Page 18]
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.           Internet Draft    Source Routing Bridge MIB          June 1993
  1065.  
  1066.  
  1067.               INDEX   { dot1dPortPairLowPort, dot1dPortPairHighPort }
  1068.               ::= { dot1dPortPairTable 1 }
  1069.  
  1070.           Dot1dPortPairEntry ::=
  1071.               SEQUENCE {
  1072.                   dot1dPortPairLowPort
  1073.                       INTEGER,
  1074.                   dot1dPortPairHighPort
  1075.                       INTEGER,
  1076.                   dot1dPortPairBridgeNum
  1077.                       INTEGER,
  1078.                   dot1dPortPairBridgeState
  1079.                       INTEGER
  1080.               }
  1081.  
  1082.           dot1dPortPairLowPort OBJECT-TYPE
  1083.               SYNTAX  INTEGER (1..65535)
  1084.               ACCESS  read-write
  1085.               STATUS  mandatory
  1086.               DESCRIPTION
  1087.                       "The port number of the lower numbered port for
  1088.                       which this entry contains port pair database
  1089.                       information."
  1090.               ::= { dot1dPortPairEntry 1 }
  1091.  
  1092.           dot1dPortPairHighPort OBJECT-TYPE
  1093.               SYNTAX  INTEGER (1..65535)
  1094.               ACCESS  read-write
  1095.               STATUS  mandatory
  1096.               DESCRIPTION
  1097.                       "The port number of the higher numbered port for
  1098.                       which this entry contains port pair database
  1099.                       information."
  1100.               ::= { dot1dPortPairEntry 2 }
  1101.  
  1102.           dot1dPortPairBridgeNum OBJECT-TYPE
  1103.               SYNTAX  INTEGER
  1104.               ACCESS  read-write
  1105.               STATUS  mandatory
  1106.               DESCRIPTION
  1107.                       "A bridge number that uniquely identifies the path
  1108.                       provided by this source routing bridge between the
  1109.                       segments connected to dot1dPortPairLowPort and
  1110.                       dot1dPortPairHighPort.  The purpose of bridge
  1111.                       number is to disambiguate between multiple paths
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.           Decker/McCloghrie/Langille/Rijsinghani               [Page 19]
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.           Internet Draft    Source Routing Bridge MIB          June 1993
  1124.  
  1125.  
  1126.                       connecting the same two LANs."
  1127.               ::= { dot1dPortPairEntry 3 }
  1128.  
  1129.           dot1dPortPairBridgeState OBJECT-TYPE
  1130.               SYNTAX  INTEGER {
  1131.                           enabled(1),
  1132.                           disabled(2),
  1133.                           invalid(3)
  1134.                       }
  1135.               ACCESS  read-write
  1136.               STATUS  mandatory
  1137.               DESCRIPTION
  1138.                       "The state of dot1dPortPairBridgeNum.  Writing
  1139.                       'invalid(3)' to this object removes the
  1140.                       corresponding entry."
  1141.               ::= { dot1dPortPairEntry 4 }
  1142.  
  1143.  
  1144.  
  1145.  
  1146.           END
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173.  
  1174.  
  1175.  
  1176.           Decker/McCloghrie/Langille/Rijsinghani               [Page 20]
  1177.  
  1178.  
  1179.  
  1180.  
  1181.  
  1182.           Internet Draft    Source Routing Bridge MIB          June 1993
  1183.  
  1184.  
  1185.           6.  Acknowledgments
  1186.  
  1187.           This document was produced on behalf of the Bridge Sub-Working
  1188.           Group of the SNMP Working Group of the Internet Engineering
  1189.           Task Force.
  1190.  
  1191.           The authors wish to thank the members of the Bridge Working
  1192.           Group for their many comments and suggestions which improved
  1193.           this effort. In particular, Fred Baker (chairman of the
  1194.           working group) of ACC, Steve Sherry of Xyplex, Frank
  1195.           Kastenholz of Clearpoint Research Corp, and Richard Sweatt of
  1196.           Synoptics who was also IEEE 802.5's designated liaison to this
  1197.           WG in drafting this SR MIB.  Others members of the Bridge
  1198.           Working Group who contributed to this effort are:
  1199.  
  1200.                Bill Anderson, Mitre
  1201.                Karl Auerbach, Epilogue
  1202.                Fred Baker, ACC (chair)
  1203.                Terry Bradley, Wellfleet
  1204.                Ted Brunner, Bellcore
  1205.                Jeffrey Buffum, Apollo
  1206.                Chris ChioTasso, Fibronics
  1207.                Anthony Chung, HLS
  1208.                Chuck Davin, MIT-LCS
  1209.                Andy Davis, Spider
  1210.                Eric Decker, cisco
  1211.                Nadya El-Afandi, Network Systems
  1212.                Gary Ellis,HP/Apollo
  1213.                Richard Fox, SynOptics
  1214.                Stan Froyd, ACC
  1215.                Frank Kastenholz, Clearpoint Research
  1216.                Shirnshon Kaufman,
  1217.                Jim Kinder, Fibercom
  1218.                Cheryl Krupczak,NCR
  1219.                Paul Langille, Digital
  1220.                Peter Lin,Vitalink
  1221.                Keith McCloghrie, HLS
  1222.                Donna McMaster, SynOptics
  1223.                Dave Perkins, 3Com
  1224.                Jim Reinstedler, Ungermann Bass
  1225.                Anil Rijsinghani, Digital
  1226.                Mark Schaefer, David Systems
  1227.                Steve Sherry, Xyplex
  1228.                Bob Stewart, Xyplex
  1229.                Emil Sturniolo,
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.           Decker/McCloghrie/Langille/Rijsinghani               [Page 21]
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.           Internet Draft    Source Routing Bridge MIB          June 1993
  1242.  
  1243.  
  1244.                Richard Sweatt, SynOptics
  1245.                Kevin Synott, Retix
  1246.                Ian Thomas, Chipcom
  1247.                Maurice Turcott, Racal
  1248.                Fei Xu
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292.  
  1293.  
  1294.           Decker/McCloghrie/Langille/Rijsinghani               [Page 22]
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.           Internet Draft    Source Routing Bridge MIB          June 1993
  1301.  
  1302.  
  1303.           7.  References
  1304.  
  1305.           [1]  V. Cerf, IAB Recommendations for the Development of
  1306.                Internet Network Management Standards.  Internet Working
  1307.                Group Request for Comments 1052.  Network Information
  1308.                Center, SRI International, Menlo Park, California,
  1309.                (April, 1988).
  1310.  
  1311.           [2]  V. Cerf, Report of the Second Ad Hoc Network Management
  1312.                Review Group, Internet Working Group Request for Comments
  1313.                1109.  Network Information Center, SRI International,
  1314.                Menlo Park, California, (August, 1989).
  1315.  
  1316.           [3]  M.T. Rose and K. McCloghrie, Structure and Identification
  1317.                of Management Information for TCP/IP-based internets,
  1318.                Internet Working Group Request for Comments 1155.
  1319.                Network Information Center, SRI International, Menlo
  1320.                Park, California, (May, 1990).
  1321.  
  1322.           [4]  K. McCloghrie and M.T. Rose, Management Information Base
  1323.                for Network Management of TCP/IP-based internets,
  1324.                Internet Working Group Request for Comments 1156.
  1325.                Network Information Center, SRI International, Menlo
  1326.                Park, California, (May, 1990).
  1327.  
  1328.           [5]  J.D. Case, M.S. Fedor, M.L. Schoffstall, and J.R. Davin,
  1329.                Simple Network Management Protocol, Internet Working
  1330.                Group Request for Comments 1157.  Network Information
  1331.                Center, SRI International, Menlo Park, California, (May,
  1332.                1990).
  1333.  
  1334.           [6]  K. McCloghrie and M.T. Rose (editors), Management
  1335.                Information Base for Network Management of TCP/IP-based
  1336.                internets: MIB-II, Internet Working Group Request for
  1337.                Comments 1213.  Network Information Center, SRI
  1338.                International, Menlo Park, California, (March, 1991).
  1339.  
  1340.           [7]  E. Decker, P. Langille, A. Rijsinghani, and K. McCloghrie
  1341.                Definitions of Managed Objects for Bridges, Internet
  1342.                Draft work in progress, (May, 1993).  [Update reference
  1343.                to DS ver of Bridge MIB --agr]
  1344.  
  1345.           [8]  Specification of Abstract Syntax Notation One (ASN.1),
  1346.                International Organization for Standardization.
  1347.                International Standard 8824, (December, 1987).
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.           Decker/McCloghrie/Langille/Rijsinghani               [Page 23]
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.           Internet Draft    Source Routing Bridge MIB          June 1993
  1360.  
  1361.  
  1362.           [9]  Information processing systems - Open Systems
  1363.                Interconnection - Specification of Basic Encoding Rules
  1364.                for Abstract Notation One (ASN.1), International
  1365.                Organization for Standardization.  International Standard
  1366.                8825, (December, 1987).
  1367.  
  1368.           [10] M.T. Rose, K. McCloghrie (editors), Concise MIB
  1369.                Definitions, Internet Working Group Request for Comments
  1370.                1212.  Network Information Center, SRI International,
  1371.                Menlo Park, California, (March, 1991).
  1372.  
  1373.           [11] M.T. Rose (editor), A Convention for Defining Traps for
  1374.                use with the SNMP, Internet Working Group Request for
  1375.                Comments 1215.  Network Information Center, SRI
  1376.                International, Menlo Park, California, (March, 1991).
  1377.  
  1378.           [12] ANSI/IEEE Standard 802.1D-1990 MAC Bridges, IEEE Project
  1379.                802 Local and Metropolitan Area Networks, (March 8,
  1380.                1991).
  1381.  
  1382.           [13] I.B.M. Token Ring Architecture Reference
  1383.  
  1384.           [14] ISO DIS 10038 MAC Bridges
  1385.  
  1386.           [15] ANSI/IEEE P802.5M-Draft 7, Source Routing Transparent
  1387.                Bridge Operation, IEEE Project 802 (1991).
  1388.  
  1389.           [16] ANSI/IEEE 802.1y, Source Routing Tutorial for End System
  1390.                Operation, (September, 1990)
  1391.  
  1392.  
  1393.  
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.           Decker/McCloghrie/Langille/Rijsinghani               [Page 24]
  1413.  
  1414.  
  1415.  
  1416.  
  1417.  
  1418.           Internet Draft    Source Routing Bridge MIB          June 1993
  1419.  
  1420.  
  1421.           Table of Contents
  1422.  
  1423.  
  1424.           1 Introduction ..........................................    2
  1425.           2 The Network Management Framework ......................    3
  1426.           2.1 Object Definitions ..................................    3
  1427.           3 Overview ..............................................    4
  1428.           3.1 Structure of MIB ....................................    4
  1429.           3.1.1 The dot1dSr Group .................................    6
  1430.           3.1.2 The dot1dPortPair Group ...........................    6
  1431.           3.2 Relationship to Other MIBs ..........................    6
  1432.           3.2.1 Relationship to the Bridge MIB ....................    6
  1433.           3.2.2 Relationship to the 'system' group ................    6
  1434.           3.2.3 Relationship to the 'interfaces' group ............    7
  1435.           4 Changes from RFC 1286 .................................    8
  1436.           5 Definitions ...........................................    9
  1437.           5.1 Groups in the SR MIB ................................    9
  1438.           5.2 The dot1dSr Group Definitions .......................   10
  1439.           5.3 The dot1dPortPair Group Definitions .................   18
  1440.           6 Acknowledgments .......................................   21
  1441.           7 References ............................................   23
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464.  
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.           Decker/McCloghrie/Langille/Rijsinghani               [Page 25]
  1472.  
  1473.